home *** CD-ROM | disk | FTP | other *** search
/ Max Special: Max Gallery / Max Special Gallery.iso / pc / ascens16.dir / 00020.ls < prev    next >
Encoding:
Text File  |  1997-04-03  |  217 b   |  11 lines

  1. on mouseUp
  2.   global ascens_goBackFrame
  3.   if isWindows() then
  4.     set ascens_goBackFrame to "ALTRA_VOLTA_BW"
  5.     go("MONITOR_SXW")
  6.   else
  7.     set ascens_goBackFrame to "ALTRA_VOLTA_B"
  8.     go("MONITOR_SX")
  9.   end if
  10. end
  11.